Enum-Klasse Settings.EXPORT
- Alle implementierten Schnittstellen:
VisibilitySetting, Serializable, Comparable<Settings.EXPORT>, Constable
- Umschließende Schnittstelle:
Settings
Settings to configure the export to PDF or image format. By default, all of these settings are enabled.
- Seit:
- 4.1
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen Enum
Enum.EnumDesc<E> -
Enum-Konstanten - Übersicht
Enum-KonstantenEnum-KonstanteBeschreibungThis option will cause the export pages to be automatically fitted to the content in width and height with a scale of 100%.
It furthermore ignores theSCALETOPAGEHEIGHTsetting and implies a 'scale to page' rendering result.Show the annotable in exportSpecifies if a PNG image with the marked difference will be created.Specifies if a PNG image with the marked difference will be created.Specifies if a PNG image with the original content will be created for each compared page.Creates an (negated) XOR image for any pair of pages with differences.Add a footer per pageAdd a header per pageExport the document if contain difference, all other didn't exportFit first page to the PDFs to first exported page -
Methodenübersicht
Modifikator und TypMethodeBeschreibunggetTyp()Return the enum typ for this setting/sstatic Settings.EXPORTGibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.static Settings.EXPORT[]values()Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.Von Klasse geerbte Methoden Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfVon Schnittstelle geerbte Methoden VisibilitySetting
getTranslationKey, name
-
Enum-Konstanten - Details
-
COMMENTS
Show the annotable in export -
HEADER
Add a header per page -
FOOTER
Add a footer per page -
SCALETOPAGEHEIGHT
Fit first page to the PDFs to first exported page -
AUTOPAGESSIZE
This option will cause the export pages to be automatically fitted to the content in width and height with a scale of 100%.
It furthermore ignores theSCALETOPAGEHEIGHTsetting and implies a 'scale to page' rendering result. This option will completely ignore the page size set to the export. -
ONLY_ON_DIFFERENCES
Export the document if contain difference, all other didn't export -
CREATE_DIFFIMAGES_FIRST
Specifies if a PNG image with the marked difference will be created. Such a image will be created for for each pair of pages if there are differences in elements, contained in these pages. If this enabled to paint the original page (first document). If this enabled andCREATE_DIFFIMAGES_SECONDenable both pages will be paint- Seit:
- i-net PDFC 5.0
-
CREATE_DIFFIMAGES_SECOND
Specifies if a PNG image with the marked difference will be created. Such a image will be created for for each pair of pages if there are differences in elements, contained in these pages. If this enabled to paint the new page (second document). If this enabled andCREATE_DIFFIMAGES_FIRSTenable both pages will be paint- Seit:
- i-net PDFC 5.0
-
CREATE_XORIMAGES
Creates an (negated) XOR image for any pair of pages with differences. The image will be stored as an PNG in the differences directory of the current comparison. If CREATE_DIFFIMAGES_FIRST and CREATE_DIFFIMAGES_SECOND is enabled, the XOR image will be drawn onto the image created by CREATE_DIFFIMAGES between the two actual page images.- Seit:
- i-net PDFC 5.0
-
CREATE_ORIGIMAGES
Specifies if a PNG image with the original content will be created for each compared page. The default value is: false.- Seit:
- i-net PDFC 5.0
-
-
Methodendetails
-
values
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.- Gibt zurück:
- ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration
-
valueOf
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück. Die Zeichenfolge muss exakt mit einer ID übereinstimmen, mit der eine Enum-Konstante in dieser Klasse deklariert wird. (Zusätzliche Leerzeichen sind nicht zulässig.)- Parameter:
name- Name der zurückzugebenden Enumerationskonstante.- Gibt zurück:
- Enumerationskonstante mit dem angegebenen Namen
- Löst aus:
IllegalArgumentException- wenn diese Enum-Klasse keine Konstante mit dem angegebenen Namen enthältNullPointerException- wenn das Argument nicht angegeben wird
-
getTyp
Return the enum typ for this setting/s- Angegeben von:
getTypin SchnittstelleVisibilitySetting- Gibt zurück:
- enum typ for this setting/s
-